home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d23 / zipstamp.arc / ZIPSTAMP.DOC < prev    next >
Text File  |  1989-06-22  |  2KB  |  53 lines

  1. ZipStamp - By Stephen Genusa - Based upon code by Thomas Guinther
  2.  
  3. Mr Guinther's code allowed me to access the directory structure to
  4. get the file date and times which I needed.
  5.  
  6. I used a unit from the deceased Turbo Technix magazine to do my
  7. directory searching for ZIP files.
  8.  
  9. You can substitute Crt unit for the TpCrt.  I use Turbo Power's
  10. routines as they are a FANTASTIC set of routines for Turbo Pascal
  11. programmers.
  12.  
  13. This utility will find all zip files in the current directory (or the
  14. entire hard drive) and find the LATEST - or MOST CURRENT date and time
  15. of all the files in the ZIP file.  It will then stamp the ZIP file
  16. with that date and time.
  17.  
  18. WHY?  Well, I hate downloading a file that looks current - only to
  19. find out it is made up of files which are dated in the early '80s!  I
  20. don't want to have to pay the phone company any more than I have to.
  21. I am hoping that people will either use this utility or something
  22. similar in both uploading files - and by sysops.
  23.  
  24. I think this is not a bad idea since the latest date/time stamped file
  25. in the ZIP represents how current the information is.
  26.  
  27. SYSOPS PLEASE NOTE -
  28. 1.) This is a quick process.  Its not something you will want to run
  29. daily but every now and then would be nice. (It may even reduce the
  30. number of downloads!)
  31.  
  32. 2.) You can use the /s parameter to have zipstamp check ALL
  33. subdirectories!
  34.  
  35. AND everyone note that the source code is included.
  36. You can find the zipper unit from Mr Guinther on any quality BBS which
  37. has a Turbo Pascal area.  The engine unit for directory searching
  38. should be available from the same board.  If you have any problems
  39. in finding them drop me a note and I will see what I can do to help.
  40.  
  41. Well, there it is.  I use it in cataloging and organizing my own ZIP
  42. library.  I hope you can too.  If you have any questions or comments
  43. please contact me.
  44.  
  45. Stephen Genusa
  46. 149 Wheeler Road
  47. Monroe, LA 71203
  48.  
  49. P.S. I put this fancy utility and doc file together in a very short
  50. period of time.  The code is not to good and I didn't even run this
  51. doc through a spelling check so there may be a few typos. Sorry.
  52.  
  53.